Fix minor problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Jun 2013 15:52:20 +0000 (08:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Jun 2013 15:52:20 +0000 (08:52 -0700)
commitb5373d3bc9f1a563762630a2a721cac26c3c514f
tree9b424650d0124b2b5faa632c2b238fa37b7f706d
parent8d377320065c8f3faa2e72c5d4d0be5488e15de3
Fix minor problems found by static checking.

* coding.c (encode_inhibit_flag, inhibit_flag): New functions.
Redo the latter's body to sidestep GCC parenthesization warnings.
(setup_coding_system, detect_coding, detect_coding_system): Use them.
* coding.c (detect_coding, detect_coding_system):
* coding.h (struct undecided_spec):
Use bool for boolean.
* image.c (QCmax_width, QCmax_height): Now static.
* xdisp.c (Fmove_point_visually): Remove unused local.
src/ChangeLog
src/coding.c
src/coding.h
src/image.c
src/xdisp.c